home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / query_input_pending < prev    next >
Text File  |  2001-04-06  |  247b  |  11 lines

  1. SYNOPSIS
  2.         object query_input_pending(object ob)
  3.  
  4. DESCRIPTION
  5.         If ob is interactive and currently has an input_to() pending,
  6.         the object that has called the input_to() is returned,
  7.         else 0.
  8.  
  9. SEE ALSO
  10.         input_to(E)
  11.